public ActionResult Logout() { UtilityService.ClearSession(); return(RedirectToAction("Index", "Home")); }