public void AddCONFIG_INSTR_DETAILRow(CONFIG_INSTR_DETAILRow row) {
     this.Rows.Add(row);
 }
 public void RemoveCONFIG_INSTR_DETAILRow(CONFIG_INSTR_DETAILRow row) {
     this.Rows.Remove(row);
 }
 public CONFIG_INSTR_DETAILRowChangeEvent(CONFIG_INSTR_DETAILRow row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }