private void SetQuantity_Click(object sender, RoutedEventArgs e)
 {
     caller.UpdateBasket(product, quantity);
 }