public PatrimonioEntity ConsultarPorId(int patrimonioId) { return(_patrimonioRepository.ConsultarPorId(patrimonioId)); }