public ActionResult Activate(long id) { var authService = new AuthService(); authService.Activate(id); return(RedirectHome()); }