public void RequestInventoryAddItem(int itemId, int amount)
 {
     _Packet.RequestInventoryAdd(itemId, amount);
 }