public virtual void ReorderFront(int[] permutation) { _cards.ReorderFront(permutation); Shuffled(this, EventArgs.Empty); }