def parse_productrow(self, row, product_class):
     row = static_variables.products(row)                    
     product_id, option_set_id = product_class.parse_product(row)
     return product_id, option_set_id