//other actions public ActionResult Account() { string userID = GetUserID(); User user = userSql.GetUserByID(userID); Session["background"] = GetBackground(); return(View(user)); }