public async Task <ActionResult <RoleGroupRes> > GetRoleGroups() { return(Ok(await _roleGroupService.GetAll())); }