public PatientMedicalDetailManager(IUnitOfWork uow)
 {
     this.repo=uow.getPatientMedicalDetails();
 }