public bool Actualizar(Ingredient a)
 {
     return(ingredientRepository.Actualizar(a));
 }