/// <summary>
        /// This is a javascript application.
        /// </summary>
        /// <param name="page">HTML document rendered by the web server which can now be enhanced.</param>
        public Application(IApp page)
        {
            var sprite = new ApplicationSprite();

            // why transparent?
            // why is the sprite bg white?
            sprite.ToTransparentSprite();

            // Initialize ApplicationSprite
            sprite.AttachSpriteToDocument();
        }
        /// <summary>
        /// This is a javascript application.
        /// </summary>
        /// <param name="page">HTML document rendered by the web server which can now be enhanced.</param>
        public Application(IApp page)
        {

            var sprite = new ApplicationSprite();

            // why transparent?
            // why is the sprite bg white?
            sprite.ToTransparentSprite();

            // Initialize ApplicationSprite
            sprite.AttachSpriteToDocument();


        }