public UserRole Get(Expression <Func <UserRole, bool> > filter) { return(_userRoleDal.GetUserRole(filter)); }