public function getSubscription()
 {
     return $this->hasOne(DbSubscription::className(), ['subscription_id' => 'id']);
 }