private void pagamentosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var frmlistapagamentos = new FrmListaPagamentos();

            frmlistapagamentos.MdiParent = this;
            frmlistapagamentos.Show();
        }
 private void pagamentosToolStripMenuItem_Click(object sender, EventArgs e)
 {
     var frmlistapagamentos = new FrmListaPagamentos();
     frmlistapagamentos.MdiParent = this;
     frmlistapagamentos.Show();
 }