private void tripToolStripMenuItem_Click(object sender, EventArgs e) { Trips form = new Trips(); form.ShowDialog(); }