public void RemoveAM_ASSET_SEWER_MHRow(AM_ASSET_SEWER_MHRow row) {
     this.Rows.Remove(row);
 }
 public AM_ASSET_SEWER_MHRowChangeEvent(AM_ASSET_SEWER_MHRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddAM_ASSET_SEWER_MHRow(AM_ASSET_SEWER_MHRow row) {
     this.Rows.Add(row);
 }