public ActionResult TokenInsertion() { if (AccountController.CheckEmail()) { return(View()); } else { return(RedirectToAction("Index", "Home")); } }