protected override void Awake()
 {
     base.Awake();
     _instance = this;
     if (this.text != null)
     {
         this.text.text = "";
     }
 }