//Shows basket quantity
 public int GetBasketQuantity()
 {
     return(basketManager.GetBucketQuantity());
 }