private void OnSearchButtonClick(object sender, RoutedEventArgs e)
 {
     ElementRenderer.VizualizeNewSearchResultByName <Music>(this.AllMusicPanel, this.SearchBox, App.Resources.Music);
     ElementRenderer.ResetCheckBoxedGenredInExpander(this.GenrePanel);
 }
 private void OnResetCheckBoxedGenresButtonClick(object sender, RoutedEventArgs e)
 {
     ElementRenderer.ResetCheckBoxedGenredInExpander(this.GenrePanel);
 }