public IList <TextValueInfo> GetLabelParams(string labelType, string pid) { SystemBO _bal = BLLFactory.GetBal <SystemBO>(WebHelper.GetUserInfo()); //RouteBO _bal = BLLFactory.GetBal<RouteBO>(WebHelper.GetUserInfo()); return(_bal.ListLabelParams(labelType, pid)); }