public bool Move(int initialPosition, int targetPosition) { return(_axMap.MoveLayer(initialPosition, targetPosition)); }