public function actionJGetArtTypes()
 {
     //echo(CJSON::encode (Item::getArtTypes()));
     echo self::__pack_response(Item::getArtTypes());
 }