public ActionResult GetLfeItems(int id) { var list = _webStoreServices.GetStoreItemsLOV(id); return(Json(list, JsonRequestBehavior.AllowGet)); }