public AgenciaDTO ObterPeloId(int?id) { return(agenciaRepository.ObterPeloId(id).To <AgenciaDTO>()); }