public function getGallery()
 {
     return $this->hasOne(Gallery::className(), ['gallery_id' => 'gallery_id']);
 }