public IEnumerable <Symptom> GetAll()
 {
     return(_symptomService.GetAll());
 }