public function actionTouch()
 {
     if ($id = \Yii::$app->request->post('id')) {
         return Notification::touch($id);
     }
 }