public void RemoveLFS_JUNCTION_LINER_RCT_EXPANDEDRow(LFS_JUNCTION_LINER_RCT_EXPANDEDRow row) {
     this.Rows.Remove(row);
 }
 public LFS_JUNCTION_LINER_RCT_EXPANDEDRowChangeEvent(LFS_JUNCTION_LINER_RCT_EXPANDEDRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddLFS_JUNCTION_LINER_RCT_EXPANDEDRow(LFS_JUNCTION_LINER_RCT_EXPANDEDRow row) {
     this.Rows.Add(row);
 }