public ActionResult OrderConfirmation()
 {
     cart.Clear();
     return(View());
 }