public void RemoveLFS_ASSET_SEWER_LATERAL_CLIENTRow(LFS_ASSET_SEWER_LATERAL_CLIENTRow row) {
     this.Rows.Remove(row);
 }
 public LFS_ASSET_SEWER_LATERAL_CLIENTRowChangeEvent(LFS_ASSET_SEWER_LATERAL_CLIENTRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddLFS_ASSET_SEWER_LATERAL_CLIENTRow(LFS_ASSET_SEWER_LATERAL_CLIENTRow row) {
     this.Rows.Add(row);
 }