public void AddLFS_MASTER_AREA_RCTRow(LFS_MASTER_AREA_RCTRow row) {
     this.Rows.Add(row);
 }
 public void RemoveLFS_MASTER_AREA_RCTRow(LFS_MASTER_AREA_RCTRow row) {
     this.Rows.Remove(row);
 }
 public LFS_MASTER_AREA_RCTRowChangeEvent(LFS_MASTER_AREA_RCTRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }