public Receta DevolverReceta(string Nombre)
 {
     return(recetaRepository.DevolverReceta(Nombre));
 }