public List <InventoryModel> Get()
        {
            var inventoryData = new InventoryDataAccess();

            return(inventoryData.GetInventory());
        }