public function listAction()
 {
     $this->view->assignMultiple(array('templates' => $this->emailTemplateRepository->findAll()));
 }