public IActionResult Get()
        {
            var s = _users.GetCurrentUserId();

            _role.CahngeUserRole(s, new long [] { 1, 2 });
            return(Ok());
        }