private void button4_Click(object sender, EventArgs e) { FindTrip form = new FindTrip();//new Form2(); form.Visible = true; }