public System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PatientEN> GetPatientsByPractitionerNif(string p_practitionerNif)
 {
     return(_IPatientCAD.GetPatientsByPractitionerNif(p_practitionerNif));
 }