public bool Eliminar(int a, int b)
 {
     return(ingredientRepository.Eliminar(a, b));
 }