public async Task <ActionResult <bool> > DeleteUser(int id) { return(Ok(await _roleGroupService.RemoveUser(UserId, id))); }