public Team(Squad starts, Hand subs, IBall ball) { Squad = starts; Hand = subs; Ball = ball; Ball.AddObserver(this); }