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