////////////////////////////////////////////////////////////////////////////
 public ModalContainer(Manager manager)
     : base(manager)
 {
     Manager.Input.GamePadDown += new GamePadEventHandler(Input_GamePadDown);
       GamePadActions = new WindowGamePadActions();
 }
        ////////////////////////////////////////////////////////////////////////////

        #endregion

        #region         //// Consructors ///////

        ////////////////////////////////////////////////////////////////////////////
        public ModalContainer(Manager manager)
            : base(manager)
        {
            Manager.Input.GamePadDown += new GamePadEventHandler(Input_GamePadDown);
            GamePadActions             = new WindowGamePadActions();
        }