public void LoadPlaylist(PlayList playlist) { this.playlist = playlist; }
public Player(PlayList playlist) { this.LoadPlaylist(playlist); }