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