// GET: Recetas
 public IActionResult Index()
 {
     return(View(_recetaRepository.GetRecetas()));
 }