public function getPathToImagesByProduct($product_id)
 {
     $basePath = parent::getPathToImages();
     return $basePath . $this->module->id . "/" . $product_id . "/";
 }