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

            return(View());
        }