public System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PatientEN> GetPatientsByName_Surnames_Location(string p_name, string p_surname, int p_location)
 {
     return(_IPatientCAD.GetPatientsByName_Surnames_Location(p_name, p_surname, p_location));
 }