public void Commence()
 {
     // Each competitor rolls the dice
     Competitors.ForEach(c => c.Roll());
 }