public IActionResult AddSongsToPlaylist(AddSongToPlaylistRequest play)
 {
     return(Ok(repository.AddSongToPlaylist(play)));
 }