protected string GetBasketTotal() { var helper = new BasketHelper(); var total = helper.GetBasketTotal(); return(total.ToString("F")); }