private void button3_Click(object sender, EventArgs e) { SUVForm suv = new SUVForm(); suv.ShowDialog(); }