public ActionResult OrderCart() { Sepet s = new Sepet(); var odlist = s.ToOrderDetails(); Session.Add("odlist", odlist); return(View()); }