/**
  * @param $template
  */
 public function setCategoryShowTemplate($template)
 {
     $this->category->setShowTemplate($template);
 }