public void OrderYoutubeSongsByRating() { this.youtubeSongOrderFunc = SortHelpers.GetOrderByRating(this.currentYoutubeSongRatingOrder); SortHelpers.InverseOrder(ref this.currentYoutubeSongRatingOrder); this.OnPropertyChanged(vm => vm.SelectableYoutubeSongs); }