public System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PatientEN> GetPatientsByDeseased(bool?p_deseased)
 {
     return(_IPatientCAD.GetPatientsByDeseased(p_deseased));
 }