public IActionResult Index()
        {
            var images = _receiptImageService.GetAll();

            return(View(images));
        }