public void AddLFS_MASTER_AREA2Row(LFS_MASTER_AREA2Row row) {
     this.Rows.Add(row);
 }
 public void RemoveLFS_MASTER_AREA2Row(LFS_MASTER_AREA2Row row) {
     this.Rows.Remove(row);
 }
 public LFS_MASTER_AREA2RowChangeEvent(LFS_MASTER_AREA2Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }