private void btnZoomIn_Click(object sender, EventArgs e)
 {
     graphDrawer.ZoomIn();
     UpdateUnitScale();
 }