void TestSave()
    {
        Dictionary <string, ItemSlot> slots = _inventoryView.GetSlots(); // these slots are populated on the gui just for testing

        _loadControl.SaveInventory(slots);
    }