/**
  * @inheritdoc
  */
 public function afterDelete()
 {
     ContentContainer::deleteAll(['pk' => $this->getPrimaryKey(), 'class' => $this->className()]);
     parent::afterDelete();
 }