private void autoZoomBothMenuItem_Click(object sender, EventArgs e)
 {
     SkylineWindow.AutoZoomBoth();
 }