public void Play(Playlist playlist) { CurrentPlaylist = playlist; }
public void Add(Playlist playlist) { AllPlaylists.Add(playlist); }