public void RemoveTBL_CatalogRow(TBL_CatalogRow row) {
     this.Rows.Remove(row);
 }
 public TBL_CatalogRowChangeEvent(TBL_CatalogRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddTBL_CatalogRow(TBL_CatalogRow row) {
     this.Rows.Add(row);
 }