public void Initialize()
        {
            this._PlayerLive = new LifeBar(100);
            this._PlayerDNA = new DnaBar(100);

            this._MapLevel = new SecondView(5);
        }