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