public void Removetmp_dataRow(tmp_dataRow row) {
     this.Rows.Remove(row);
 }
 public tmp_dataRowChangeEvent(tmp_dataRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Addtmp_dataRow(tmp_dataRow row) {
     this.Rows.Add(row);
 }