public void ClearAllies() { var temp = Allies.ToList(); foreach (var ally in temp) { RemoveAlly(ally); } }