public void BuyItem(Item item)
 {
     OuterRim.RebelBank.Debit(item.Price);
     Party.AddInventoryItem(item);
 }