public function beforeDelete()
 {
     Taxonomy::deleteAll(['category_id' => $this->id]);
     return true;
 }