public ActionResult Logout()
 {
     SessionCache.DestroySession();
     return(RedirectToAction("Index", "Home"));
 }