public void ClickCheckBox(object sender, RoutedEventArgs e) { CheckedGenres = Genre.CheckedGenres(Genres); NotifyPropertyChanged("FilteredShows"); }