public IEnumerable <Allergy> GetAll()
 {
     return(allergyRepository.GetAll());
 }