public function showCat()
 {
     $name = get_called_class();
     $this->cat = Cat_Mod::getCat();
     $this->con->display($this->cat . '.tpl');
 }