public IEnumerable <UserRolePermission> GetRolePermissions(int userId)
 {
     return(_securityDataProvider.GetRolePermissions(userId));
 }