public ActionResult Index()
 {
     _catalogueService.GetTopItems();
     _customerService.GetCustomerDashboardDisplay();
     _shoppingCartService.GetCartItemCount();
     return(View());
 }