public void RequestChangeEquipment(int part, string equipmentValue)
 {
     _Packet.RequestChangeEquipment(part, equipmentValue);
 }