public function bottomAction($count = 10)
 {
     $x = new Product();
     $this->view->rank = Product::getAllAndSorted(1, $count);
 }