public Patient GetById(int id)
 {
     return(_patientData.GetById(id));
 }