public ActionResult Create(Orders obj) { OrdersDAO odao = new OrdersDAO(); odao.insert(obj); return(RedirectToAction("Index")); }