private bool CategoriaPossuiProduto(CategoriaCNH categotiaAtual)
 {
     throw new NotImplementedException();
 }
        private void CategoriaCNHToolStripMenuItem_Click_1(object sender, EventArgs e)
        {
            CategoriaCNH frmfunc = new CategoriaCNH();

            frmfunc.Show();
        }