private void btCadastroLocacao_Click(object sender, EventArgs e) { frmCadastro_Locacao objfrmLocacao = new frmCadastro_Locacao(); Locacao.IDTeste = Convert.ToInt32(txtID.Text); objfrmLocacao.ShowDialog(); }