public IActionResult Listar()
 {
     return(Ok(FavoritoRepository.Listar()));
 }