private void btnNovo_Click(object sender, EventArgs e) { FmrCliente cliente = new FmrCliente(); cliente.ShowDialog(); }