// JESUS IS LORD INITIALIZES ARE GOOD BECAUSE THEY CAN BE RECALLED TO OVER AND OVER WHILE CONSTRUCTORS ONLY CALLED ONCE! THAT'S WHY CONSTRUCTORS AND INITAILZIE METHODS OARE DIFFERNET JES US IS LORD!

        // JESUS IS LORD LOAD OR UNLOAD SCREEN <<< PHEONOMINA >>>
        public void AddScreen(GameScreen screen)
        {
            //JESUS IS LORD CHANGE SCREENS IN HERE JESUS IS LORD!
            newScreen = screen;
            screenStack.Push(screen);
            currentScreen.UnloadContent();
            currentScreen = newScreen;
            currentScreen.LoadContent(content);
        }
 public void LoadContent(ContentManager Content)
 {
     content = new ContentManager(Content.ServiceProvider, "Content");
     currentScreen.LoadContent(Content);
 }