private void SimulationStopEvent(object sender, System.Windows.RoutedEventArgs e)
        {
            int simulationFactoryId = GetSelectedSimulationId();

            csu.StopSimulation(simulationFactoryId);
        }