public virtual ActionResult SignOff() { UserModelHelper.SignOff(); return(this.RedirectToAction <HomeController>(a => a.Index())); }