public PatientEN ReadOID(int identifier ) { PatientEN patientEN = null; patientEN = _IPatientCAD.ReadOID(identifier); return(patientEN); }