public void AddWetOutCatalystsDetailsRow(WetOutCatalystsDetailsRow row)
 {
     this.Rows.Add(row);
 }
 public void RemoveWetOutCatalystsDetailsRow(WetOutCatalystsDetailsRow row)
 {
     this.Rows.Remove(row);
 }
 public WetOutCatalystsDetailsRowChangeEvent(WetOutCatalystsDetailsRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }