public function getParameter($name, $postType = null)
 {
     return $this->request->getParameter($name, $postType);
 }