public void GeneratePurchaseShipPopup(ShipType shipType)
 {
     GeneratePopup(DaggerfallBankManager.PurchaseShip(shipType, regionIndex));
 }