private static function getProductIdByEan13($code)
 {
     return Product::getIdByEan13($code);
 }