public async Task <IActionResult> AvtoPark()
        {
            ViewBag.Result = await externalService.GetAllAvtoParkAsync();

            return(View());
        }