private void FrmContainerAdmin_Load(object sender, EventArgs e)
        {
            FrmListarTodasEmpresas frmListarTodasEmpresas = new FrmListarTodasEmpresas();

            frmListarTodasEmpresas.MdiParent = this;
            frmListarTodasEmpresas.Show();
        }
        private void cadastrarProdutoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmListarTodasEmpresas frmListarTodasEmpresas = new FrmListarTodasEmpresas();

            frmListarTodasEmpresas.MdiParent = this;
            frmListarTodasEmpresas.Show();
        }