public System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PractitionerEN> GetPractitionersByPatientName_Surnames(string p_Patient_name, string p_Patient_surnames)
 {
     return(_IPractitionerCAD.GetPractitionersByPatientName_Surnames(p_Patient_name, p_Patient_surnames));
 }