private void button3_Click(object sender, EventArgs e) { this.Visible = false; HomeForm home_form = new HomeForm(); home_form.ShowDialog(); }