private void cadastrarClienteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormCadastroCliente cadCli = new FormCadastroCliente();

            cadCli.Show();
        }
        private void btnCadastrarCliente_Click(object sender, EventArgs e)
        {
            FormCadastroCliente cadCli = new FormCadastroCliente();

            cadCli.Show();
        }