private void StopRecord()
 {
     timer.Stop();
     DC.DisableDataCollection();
 }