public void insRandData(int count) { for (int i = 0; i < count; i++) { listcar.Add(new Car( rand.getName(), rand.getcolor(), rand.getcompany(), rand.getprice() )); } }