function new_product_tab_content()
 {
     global $product;
     $featuresTable = new BE_Compare_Tables();
     $featuresTable->prepare_items(array($product->id));
     echo $featuresTable->display(true);
 }