public PatientProfileCEN(IPatientProfileCAD _IPatientProfileCAD)
 {
     this._IPatientProfileCAD = _IPatientProfileCAD;
 }
 public PatientProfileCEN()
 {
     this._IPatientProfileCAD = new PatientProfileCAD();
 }