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