private void UnsetBuildingMode()
 {
     _buildMode = false;
     _canvas.gameObject.SetActive(true);
     _buildingPlacer.Unset();
 }