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