public ActionResult Logout() { CustomPrincipal.LogOut(); return(RedirectToAction("Index", "Home")); }