protected void update() {
   mPrice.update();
   mLobby.update();
   mOil.update();
   mActionValue.setText("" + mModel.getResourceManager().getActionPoints());
 }