public virtual void Handle(SimulationRunStartedEvent eventToHandle)
 {
     _view.Enabled = false;
 }
 public void Handle(SimulationRunStartedEvent eventToHandle)
 {
     View.AllowChildActivation = false;
 }
 public void Handle(SimulationRunStartedEvent eventToHandle)
 {
     DisableAll();
     _menuBarItemRepository[MenuBarItemIds.Stop].Enabled = true;
 }