public static ICollection <TaxElement> GetTaxesForProduct(int productId, CustomerContact billingContact, CustomerContact shippingContact) { var selC = SettingProvider.GetSellerContact(); return(GetTaxesForProduct(productId, selC, billingContact, shippingContact)); }