//[SessionExpire] public ActionResult Arbitration(int?id) { JobArbitration _objArbitration = new JobArbitration(); var userId = Convert.ToInt32(Session["UserId"]); objJob = new Job() { UserId = userId, CreatedDate = DateTime.Now }; _objArbitration.MyJobs = objJobMod.GetMyJobs(objJob); return(View("Arbitration", _objArbitration)); }