private bool HasResourcesForSelectedTower()
 {
     return(resourcesController.GetCrystalsAmount() >= towerShop.SelectedItem.GetBuildCost());
 }