ProductInfoTableViewCell *cell = (ProductInfoTableViewCell* )[tableView dequeueReusableCellWithIdentifier:kProductCellID];
//UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:kProductCellID];
if (cell == nil) {
cell = [[[NSBundle mainBundle] loadNibNamed:@"ProductInfoTableViewCell" owner:self options:nil] lastObject];
}