public function actionJGetBranches()
 {
     //echo(CJSON::encode (Item::getBranches()));
     echo self::__pack_response(Item::getBranches());
 }