public IActionResult GetPlaylistById(int id)
 {
     return(Ok(repository.GetPlaylistsById(id)));
 }