private void pesquisarToolStripMenuItem2_Click(object sender, EventArgs e)
        {
            frmAltFuncionario altFunc = new frmAltFuncionario(strConn);

            altFunc.MdiParent = this;

            altFunc.Show();
        }
        private void pesquisarToolStripMenuItem2_Click(object sender, EventArgs e)
        {
            frmAltFuncionario altFunc = new frmAltFuncionario(strConn);

              altFunc.MdiParent = this;

              altFunc.Show();
        }