public function save ()
        {
            $auth = Yii::$app->getAuthManager();
            $role = $auth->createRole($this->name);
            $role->type = Role::TYPE_ROLE;