public IQueryable <EntidadeDTO> AsNoTraking() { return(iMapper.Map <IQueryable <EntidadeDTO> >(service.AsNoTraking())); }