public void Setup()
 {
     gameObject.SetActive(true);
     ComCard.Setup();
     _buildingMenu.Setup();
 }