public void Edit(Symptom entity)
 {
     _symptomService.Edit(entity);
 }