public void UpdatePatient(Patient patient) { try { IDalService.UpdatePatient(patient); } catch (Exception ex) { throw ex; } }