private void btnRefreshSettings_Click(object sender, EventArgs e)
 {
     BLL.Settings settings = new BLL.Settings();
     settings.IterateThroughAllProperties();
     SoftwareSettings_Load(null, null);
 }
 private void btnRefreshSettings_Click(object sender, EventArgs e)
 {
     BLL.Settings settings = new BLL.Settings();
     settings.IterateThroughAllProperties();
     SoftwareSettings_Load(null, null);
 }