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