private void MinNumb(List intList) {
intList.FindAll(x => x < 11 && x > 0); intList.ForEach(x => listBox3.Items.Add(x));