private void LoadUILayer()
 {
     _debug = new TextDisplay("Test", new Vector2(10, 10));
     _debug.SetColor(Color.Yellow);
     UILayer.AddText(_debug);
 }