private void OnAddDiceToCup(object sender, DiceEventArgs e) { _diceCup.Add(e.Dice); View.ShowDiceCupContent(_diceCup); }