public ContentResult Quit() { CommonUI.removeUser(); Response.Redirect("/login", false); return(Content("")); }