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