// Pocket Call public JsonResult PocketCall() { Pocket p = new Pocket(); return(Json(p.GetPocketData(), JsonRequestBehavior.AllowGet)); }