public void RemoveLFS_ASSET_SEWER_MHRow(LFS_ASSET_SEWER_MHRow row) {
     this.Rows.Remove(row);
 }
 public LFS_ASSET_SEWER_MHRowChangeEvent(LFS_ASSET_SEWER_MHRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddLFS_ASSET_SEWER_MHRow(LFS_ASSET_SEWER_MHRow row) {
     this.Rows.Add(row);
 }