public IActionResult Index() { var imagesPath = _imagesService.GetImagesPath(); ViewBag.Weights = _weights; return(View(imagesPath)); }