private void UpdateList() { CollectionInfoGrid.DataContext = _collection; var infos = (List <MapInfo>)DbOperator.GetMapsFromCollection(_collection); _entries = App.Beatmaps.GetMapListFromDb(infos, false); UpdateView(_entries); }