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