void timer_Tick(object sender, EventArgs e)
 {
     ballsDoc.MoveBalls(leftX, topY, width, height);
     ballsDoc.CheckColisions();
     Invalidate(true);
 }