private bool CanRemoveSelectedDice() { var thisList = _model.Cup !.DiceList.GetSelectedItems(); return(thisList.Sum(Items => Items.Value) == 6); }