public void EndMovie()
        {
            Console.WriteLine("Shutting Movie Theater Down");

            popper.Off();
            lights.On();
            screem.Up();
            projector.Off();
            amplifier.Off();
            dvdPlayer.StopPlayingDvd();
        }