public static void FreezeAll() { agents.RemoveAll(item => item == null); foreach (AgentTest AT in agents) { AT.Freeze(); } }