public void Dispose()
 {
     _CSVReaderWriter.Dispose();
     _stream = null;
 }