public void UpdateBallPostition(int newX, int newY)
 {
     ball.Update(newX, newY);
 }