public void GetCartTotal()
 {
     cartTotal = homeModel.GetCartTotal(productIDList);
 }