public void AddCUSTOMER_INSTR_HEADRow(CUSTOMER_INSTR_HEADRow row) {
     this.Rows.Add(row);
 }
 public void RemoveCUSTOMER_INSTR_HEADRow(CUSTOMER_INSTR_HEADRow row) {
     this.Rows.Remove(row);
 }
 public CUSTOMER_INSTR_HEADRowChangeEvent(CUSTOMER_INSTR_HEADRow row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }