public void RemoveJuntionLiner2HistoryRow(JuntionLiner2HistoryRow row) {
     this.Rows.Remove(row);
 }
 public JuntionLiner2HistoryRowChangeEvent(JuntionLiner2HistoryRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddJuntionLiner2HistoryRow(JuntionLiner2HistoryRow row) {
     this.Rows.Add(row);
 }