private void CreateObjectTextures()
 {
     BallTexture   = TextureFactory.CreateCircleTexture(100, Graphics);
     PlayerTexture = TextureFactory.CreateRectangeTexture(Graphics);
 }