public int MinItemIndexTest(int[] massive) { testList.Add(massive); return(testList.MinItemIndex()); }