function __construct($name = 'Uncategorizedcategories')
 {
     parent::__construct($name);
     $this->requestedNamespace = NS_CATEGORY;
 }
 public function __construct($name = 'Uncategorizedtemplates')
 {
     parent::__construct($name);
     $this->requestedNamespace = NS_TEMPLATE;
 }