public void Paint_Form(Object sender, PaintEventArgs e)
 {
     ballDoc.Draw(e.Graphics);
 }