public bool RemoveAgent(GameScreenAgent a)
 {
     return(agents.Remove(a));
 }
 public void AddAgent(GameScreenAgent a)
 {
     agents.Add(a);
 }