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