public void RemoveAgent() { CurrentAgent = null; }
public void PutAgent(Agent a) { CurrentAgent = a; visited = true; }