public void RemoveLocks_TokensRow(Locks_TokensRow row) {
     this.Rows.Remove(row);
 }
 public Locks_TokensRowChangeEvent(Locks_TokensRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddLocks_TokensRow(Locks_TokensRow row) {
     this.Rows.Add(row);
 }