static void StartApp() { SoundMan.LoadSounds(); TrainBoxApp app = new TrainBoxApp(); app.StartTrainBoxApp(); }