public Diagnosis Get(long id)
 {
     return(_diagnosisService.Get(id));
 }