public function actionArticlechange()
 {
     $arr['Art_Num'] = 350;
     $article = new Articles();
     $article->updateArticles(2, $arr);
 }