// added at 16 maret 2007 13:25 public IList GetListNotEq(Type type, String NotEqProperty, Object NotEqValue) { //BaseDataAccess mgr = new BaseDataAccess(); using (mgr) return(mgr.GetListByNotPropertyValue(type, NotEqProperty, NotEqValue)); }