public void AddAllergen(Patient patient, Ingredient allergen)
 {
     _patientService.AddAllergen(patient, allergen);
 }