public void SaveUserSettings(UserSettingsRow userSettings)
        {
            userSettings.Language = this._language;

            this._currentStorage.UserSettingsTable.InsertOrUpdateRowForSure(userSettings);
        }
 public UserSettingsRowChangeEvent(UserSettingsRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }