/**
  * Get array of the categories ids where this product is placed.
  *
  * @return int[]
  */
 public function getCategories()
 {
     $result = parent::getCategories();
     return $result;
 }