public ActionResult LoadDetails(long id) { var model = _segmentService.GetByID(id); return(Json(model, JsonRequestBehavior.AllowGet)); }