public function getId($plain = false)
 {
     if ($plain) {
         return parent::getId();
     }
     return 'gallery' . parent::getId();
 }