public Fan(Ball ball) { ball.BallInPlay += new EventHandler(ball_BallInPlay); }
public Pitcher(Ball ball) { ball.BallInPlay += ball_BallInPlay; }