public static void Main() { TransportModel.App app = new TransportModel.App(); app.InitializeComponent(); app.Run(); }