private void button4_Click(object sender, EventArgs e) { FrmSelecionaFornecedor sel = new FrmSelecionaFornecedor(this); sel.Show(); }