public IList <TDocumentDTO> AsQueryable() { return(_mapper.Map <IList <TDocumentDTO> >(_servicoBase.AsQueryable().ToList())); }