private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
 {
     syncController.ResetSync(newSettings);
 }