var lstNames = new List<string>() {"Harry", "Brandin"}; var obNames = new ObservableCollection<string>(lstNames);