private void DeletePlaylist(Playlist playlist) { _playlistRepository.DeletePlaylist(playlist); RefreshViewModels(); }