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