public void CheckCollisionWithPaddles(Dictionary <byte, Paddle> paddles) { Ball.CheckCollisionWithPaddles(paddles); }