public function testTest()
 {
     $controller = new ProductController();
     $controller->categoryAction('hallo');
 }