public void Excluir(int cod)
        {
            DALSubCategoria DALobj = new DALSubCategoria(conexao);

            DALobj.Exluir(cod);
        }