void SortStoreItemsBy_SortUpdate(ISortItem CurrentSort, int direction) { currentSort = CurrentSort; currentSortDirection = direction; OrganizeStore(); }