public System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PractitionerEN> GetPractitionerByNif(string p_nif)
 {
     return(_IPractitionerCAD.GetPractitionerByNif(p_nif));
 }