public ActionResult settime(FormCollection cl) { string dt = cl["opentime"]; if (SystemBLL.System_UpdateOpenTime(dt)) { Session["opentime"] = dt; } return(RedirectToAction("Index", "Home")); }