public IQueryable <PageTemplate> Fetch(Expression <Func <PageTemplate, bool> > expression) { return(_pageTemplateRepository.Fetch(expression)); }