public override IndexType Add(IndexType model)
 {
     _repository.Add(new[] { model });
     return(model);
 }
 public IndexType Add(IndexType model)
 {
     _indexTypeRepository.Add(new[] { model });
     return(model);
 }