/* DELETE */ /* --------------------------------- */ public void DeletePlaylist(string playlistName) { _services.Delete(playlistName); return; }