function get_featured_products()
 {
     $featuredProducts = $this->Product->get_featured_products();
     return $featuredProducts;
 }