public IQueryable <TEntity> FilterBy(ISpecification <TEntity> spec)
 {
     return(_readOnlyRepository.FilterBy(spec));
 }