public function getList($id)
 {
     $allNews = RJ_News::find_order_limit($id);
     return $allNews;
 }