public void CopyFrom(StartPosition other)
 {
     Orientation = other.Orientation;
     Position    = other.Position;
 }