private void Update() { if (Input.GetKeyDown(KeyCode.A)) { _uiManager.CreateController <ConctriteController>(1); } }