private void IncrementGameButton_Click(object sender, RoutedEventArgs e) { _gameBrain.NextGame(); UpdateAllWindows(); }