private void mainButtonExit_Click(object sender, EventArgs e) { accountDriver.WriteToFile(); eventDriver.WriteToFile(); Application.Exit(); }