private void bt_Adicionar_Click(object sender, EventArgs e) { Cad_Veiculo frm = new Cad_Veiculo(); frm.Show(); }