static void Main(string[] args) { ComputerList task = new ComputerList(); task.AddRandomComputors(); task.BestPC(1500, 10, 10); Console.ReadKey(); }