public IQueryable <UserInfo> Select(Expression <Func <UserInfo, bool> > selectLambda) { return(dal.Select(selectLambda)); }