private void bntClientes_Click(object sender, EventArgs e)
        {
            CadastroClientes1 formClientes = new CadastroClientes1();

            formClientes.Show();
        }
        private void clientesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CadastroClientes1 formClientes = new CadastroClientes1();

            formClientes.Show();
        }