private void MainWindow_OnClosed(object sender, EventArgs e)
 {
     Reset();
     driveService.StopWatcher(DriveInfos);
 }