public function actionDeleteAll()
 {
     if (\Yii::$app->request->isAjax) {
         return Notification::deleteAll();
     }
 }