public new Ingrediente GetById(string id)
 {
     return(_service.GetById(id));
 }