public void MoveEntry(int sourceIndex, int targetIndex) { _overlayEntries.Move(sourceIndex, targetIndex); }