private void searchAttraction_Click(object sender, EventArgs e) { Form f = new FindAttraction(); f.Visible = true; }