public void RequestInventoryIncreaseItem(int itemId, int amount)
 {
     _Packet.RequestInventoryIncrease(itemId, amount);
 }