internal void DeleteSlot(int slot)
 {
     _selectedSlotsTable.RemoveIndex(slot);
     _oldSelectedSlotsTable.RemoveIndex(slot);
 }