public UserGroup FetchFirst(Expression <Func <UserGroup, bool> > expression) { return(_userGroupRepository.FetchFirst(expression)); }