public void UpdateGuide()
    {
        KeyValuePair <int, int> firstPair = currentPairCellIds.FirstOrDefault();

        mapUI.UpdateGuideText(BaseUtil.GetCellById(firstPair.Key, row, col) + "-" + BaseUtil.GetCellById(firstPair.Value, row, col));
    }