private void contaCorrenteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var frmlistacc = new FrmListaContaCorrente();

            frmlistacc.MdiParent = this;
            frmlistacc.Show();
        }
 private void contaCorrenteToolStripMenuItem_Click(object sender, EventArgs e)
 {
     var frmlistacc = new FrmListaContaCorrente();
     frmlistacc.MdiParent = this;
     frmlistacc.Show();
 }