public IQueryable <TipoViewModel> SelectAll() { return(_tipoRepository.SelectAll().ProjectTo <TipoViewModel>(_mapper.ConfigurationProvider)); }