private void saveChanges()
 {
     settings.abbreviationsPath = this.abbreviationsFileTextBox.Text;
     settings.save();
 }