public LFS_JUNCTION_LINER_RCTRowChangeEvent(LFS_JUNCTION_LINER_RCTRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddLFS_JUNCTION_LINER_RCTRow(LFS_JUNCTION_LINER_RCTRow row) {
     this.Rows.Add(row);
 }
 public void RemoveLFS_JUNCTION_LINER_RCTRow(LFS_JUNCTION_LINER_RCTRow row) {
     this.Rows.Remove(row);
 }