private void DeleteFromPlaylist(SongViewModel songViewModel) { SelectedSongs.Remove(songViewModel); }
private void UnselectSong(SongViewModel songViewModel) { SelectedSongs.Remove(songViewModel); }