public void GoButtonClicked()
 {
     if (selectedUnit != null)
     {
         selectedUnit.StartFollowingPath();
     }
 }