static void Main(string[] args)
 {
     SimulationController.Init();
     SimulationManager.Simulator s = new Simulator(SimulationController.sim);
 }