public UFOController(Game game) : base(game) { this.game = game; largeUFOShip = new LargeUFO(game); smallUFOShip = new SmallUFO(game); }