public override void Draw(SpriteBatch sb) { if (MenuPage != null) { MenuPage.Draw(sb); } base.Draw(sb); }