public LFS_JUNCTION_LINERRowChangeEvent(LFS_JUNCTION_LINERRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddLFS_JUNCTION_LINERRow(LFS_JUNCTION_LINERRow row) {
     this.Rows.Add(row);
 }
 public void RemoveLFS_JUNCTION_LINERRow(LFS_JUNCTION_LINERRow row) {
     this.Rows.Remove(row);
 }