public void RemoveLABEL_INSTR_HEADRow(LABEL_INSTR_HEADRow row) {
     this.Rows.Remove(row);
 }
 public LABEL_INSTR_HEADRowChangeEvent(LABEL_INSTR_HEADRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddLABEL_INSTR_HEADRow(LABEL_INSTR_HEADRow row) {
     this.Rows.Add(row);
 }