private void ShowBalance(int value) { ConcreteView.SetBalance(value); }
private void ShowCoins(int coins) { ConcreteView.SetBalance(coins); }