public ActionResult LogOut() { Authentification.ExitSession(); return(RedirectToAction("ViewerNameForum", "Home")); }