protected function startup()
 {
     parent::startup();
     $this->id = $this->getParameter('id');
     $this->translation = $this->translationFacade->find($this->id);
 }
 public function beforeRender()
 {
     parent::beforeRender();
     $this->template->project = $this->project;
     $this->template->translations = $this->projectFacade->getTranslations($this->project);
 }
 protected function startup()
 {
     parent::startup();
 }