private void ChangePositionTo(HexCell location)
 {
     FogOfWar.Hide(this);
     m_location = location;
     m_pawn.TeleportTo(location);
     FogOfWar.Show(this);
 }