public function getAvailableUpdatesAction()
 {
     $availableUpdates = Pimcore_Update::getAvailableUpdates();
     $this->_helper->json($availableUpdates);
 }