public ActionResult ConfirmEmail(string userName, string email) { _userLogic.ConfirmEmail(userName); return(RedirectToAction("SignIn", "User")); }