protected virtual void PopulateModels()
 {
     Models.Clear();
     Models.AddAll(DataService.Items);
 }
 protected override void PopulateModels()
 {
     Models.Clear();
     Models.AddAll(DataService.GetByGame(SettingsService.CurrentGame));
 }