public ActionResult SignUp() { var fu = new FunctionController(); if (fu.CookieEm() != null) { return(Redirect("/")); } return(View()); }