public System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PatientEN> GetPatientsByName_Surnames_BirthDate(string p_name, string p_surnames, Nullable <DateTime> p_birthDate)
 {
     return(_IPatientCAD.GetPatientsByName_Surnames_BirthDate(p_name, p_surnames, p_birthDate));
 }