static void Main(string[] args)
 {
     using (SimulationCore game = new SimulationCore())
     {
         game.Run();
     }
 }