public function onRoleDelete($event, $role)
 {
     Category::removeRole($role);
 }