public void AddInformation(Company company) { Com.Add(company); if (Com.Count > 0) { Com.RemoveAt(0); } }