public function index()
 {
     setPageData('groups', SettingGroupItem::all());
     $this->_render();
 }