public void RemoveJunctionLiner2Row(JunctionLiner2Row row) {
     this.Rows.Remove(row);
 }
 public JunctionLiner2RowChangeEvent(JunctionLiner2Row row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddJunctionLiner2Row(JunctionLiner2Row row) {
     this.Rows.Add(row);
 }