static void Main(string[] args) { IDs ids = new IDs(); ids.idList = InputData(); ids.IdCheck(Console.ReadLine()); }