public System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PatientEN> GetPatientsByLocation(int p_location)
 {
     return(_IPatientCAD.GetPatientsByLocation(p_location));
 }