public System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PatientEN> GetPatientsByBirthInterval(Nullable <DateTime> p_birthDateFrom, Nullable <DateTime> p_birthDateTo)
 {
     return(_IPatientCAD.GetPatientsByBirthInterval(p_birthDateFrom, p_birthDateTo));
 }