public ActionResult Index()
 {
     CatalogueService.GetTopItems();
     CustomerService.GetCustomerDashboardDisplay();
     ShoppingCartService.GetCartItemCount();
     return(View());
 }