public IActionResult GetPlaylistIdByName(string name, int id)
 {
     return(Ok(repository.GetPlaylistIdByName(name, id)));
 }