private void button4_Click(object sender, EventArgs e) { Venda janela = new Venda(); janela.ShowDialog(); }