public void RemoveusersettingsRow(usersettingsRow row) {
     this.Rows.Remove(row);
 }
 public usersettingsRowChangeEvent(usersettingsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddusersettingsRow(usersettingsRow row) {
     this.Rows.Add(row);
 }