Автор: Adam Piotrowski (adam@wellcommerce.org)
Наследование: extends WellCommerce\Bundle\CoreBundle\Manager\AbstractManager
 public function syncAction() : RedirectResponse
 {
     $this->manager->syncDictionary();
     $this->manager->getFlashHelper()->addSuccess('translation.flashes.success.synchronization');
     return $this->redirectToAction('index');
 }