public void CancelDiscount(IDiscount discount) { GrandTotalPrice = discount.CancelDiscount(this); _discounts.Remove(discount.Name); }