+       public function __construct(ContainerInterface $container, Translator $translator) {
+               //Set the container
+               $this->container = $container;
+
+               //Set the translator
+               $this->translator = $translator;
+       }
+
+       //FIXME: we need to change the $this->container->getParameter($alias.'.xyz') to $this->container->getParameter($alias)['xyz']
+       public function contactAction(Request $request) {