ObservableCollection<UserInfo> oc = new ObservableCollection<UserInfo>(); ls.ForEach(x => oc.Add(x));