private void LoadData() { _selSN.StoreId = StoreId; SNAction action = new SNAction(); DataTable dt = action.QueryByStore(StoreId); SetListInvoke(dt); }