public IEnumerable <string> GetAllPermissionsByRoleId(int roleId) { return(_permissionManager.GetAllPermissionsByRoleId(roleId)); }