/// <summary> Sets the viewmodel for the window to another instance of ScoreboardControlViewModel </summary>
 /// <param name="vm"> The viewModel to apply. </param>
 public void SetViewModel(ScoreboardControlViewModel vm)
 {
     scoreboardControl.ViewModel = vm;
 }
 /// <summary> Sets the viewmodel for the window to another instance of ScoreboardControlViewModel </summary>
 /// <param name="vm"> The viewModel to apply. </param>
 public void SetViewModel(ScoreboardControlViewModel vm)
 {
     scoreboardControl.ViewModel = vm;
 }