private void Draw()
 {
     GraphicsView.Invalidate();
 }
 void OnButtonClicked(object sender, EventArgs e)
 => GraphicsView.Invalidate();