public static void Reload()
 {
     _currentSetting = null;
 }
 private void barButtonItemResetScanSetting_ItemClick(object sender, ItemClickEventArgs e)
 {
     ScanProfile.Reload();
     scanProfile = ScanProfile.CurrentSetting;
     LoadScanProfile();
 }