public ActionResult Index(user u) { if (blayer.newUser(u) > 0) { return(RedirectToAction("Index")); } else { return(View()); } }