private void ClearSettingsButton_Click(object sender, EventArgs e)
 {
     SettingsProvider.ClearSettings();
     LoadSettings();
 }