public PatrimonioEntity ConsultarPorNumeroTombo(string nrTombo) { return(_patrimonioRepository.ConsultarPorNumeroTombo(nrTombo)); }