public ActionResult Logout()
 {
     landingPageService.Logout();
     return(RedirectToAction("Index"));
 }