void Start()
 {
     controller    = GetComponentInParent <SquadSelectionView>();
     posLabel.text = Zone.ToString();
     if (Zone == Zone.OwnGoal)
     {
         Arrows.gameObject.SetActive(false);
     }
 }
 private void Awake()
 {
     controller = GetComponentInParent <SquadSelectionView>();
 }