public bool DeleteDice() { DiceList.RemoveAt(DiceList.Count - 1); if (DiceList.Count > 0) { return(true); } return(false); }