public EfUnversionedRepository(EfRepository <TEntity> repository)
 {
     _repository = repository;
 }