public void HandleAgentRemoved(Agent agent)
 {
     if (Console != null)
     {
         Console.AgentRemoved(agent);
     }
 }