public override IEnumerable <IndexType> GetAll() => _repository.GetAll();
 public IEnumerable <IndexType> GetAll() => _indexTypeRepository.GetAll();