public async Task <IActionResult> FixAddress()
        {
            await _globalService.FixAddressAsync();

            return(RedirectToPage(typeof(IndexModel).Page()));
        }