private void btnCadastro_Click(object sender, EventArgs e) { FrmCadastro frmCadastro = new FrmCadastro(idAdmin, 4); frmCadastro.Show(); }