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