public IList GetListEq(Type type, String EqProperty, Object EqValue) { //BaseDataAccess mgr = new BaseDataAccess(); using (mgr) return(mgr.GetListByPropertyValue(type, EqProperty, EqValue)); }