public function getFile()
 {
     return $this->hasOne(StorageFile::className(), ['id' => 'file_id']);
 }