public void AddShipPimperBaseListRow(ShipPimperBaseListRow row) {
     this.Rows.Add(row);
 }
 public void RemoveShipPimperBaseListRow(ShipPimperBaseListRow row) {
     this.Rows.Remove(row);
 }
 public ShipPimperBaseListRowChangeEvent(ShipPimperBaseListRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }