public ActionResult GetGuestInfo(string OracleId) { GuestService guestService = new GuestService(); return(Json(guestService.GetGuestInfo(OracleId), JsonRequestBehavior.AllowGet)); }