public JsonResult GetNewUserAuthCode()
        {
            var newcode = BL.CreateUserAuthCode();

            return(Json(newcode, JsonRequestBehavior.AllowGet));
        }