public Patient GetPatient(string id) { try { return(IDalService.GetPatient(id)); } catch (Exception ex) { throw ex; } }