void ClearAction() { foreach (var index in Informations.Select((v, i) => i).Reverse()) { Informations.RemoveAt(index); } }