public List <Playlist> GetListPlaylist()
 {
     return(playlistRepository.GetListPlaylist());
 }