public IQueryable <T> GetEntities(Expression <Func <T, bool> > where) { return(_dal.GetEntities(where)); }