public ActionResult Index()
        {
            var inventoryList = _inventoryProvider.GetAllData();

            return(View(inventoryList));
        }