public ActionResult LogOut() { UserAdmin userAdmin = new UserAdmin(); userAdmin.SignOut(); return(RedirectToAction("Index", "Home")); }