private void DecrementGameButton_Click(object sender, RoutedEventArgs e) { _gameBrain.PreviousGame(); UpdateAllWindows(); }