public IDataReader GetData(int i)
 {
     return(_shapeFileDataReader.GetData(i));
 }