public JsonResult GenerateName() { var playerName = PlayerName.GetHumanName(); return(Json(playerName, JsonRequestBehavior.AllowGet)); }