private void Form1_Paint(object sender, PaintEventArgs e)
 {
     e.Graphics.Clear(Color.White);
     CircleDoc.Draw(e.Graphics);
 }