function indexAction()
 {
     $rows = Product::loadAll();
     $this->view->products = $rows;
 }