public function __clone()
 {
     parent::__clone();
     self::$imageCounter++;
     $this->imageIndex = self::$imageCounter;
 }