public void CreatePatientInformation(Model.Patient _objPatient) { _objPatientRepo.CreatePatientInformation(_objPatient); }