public int[] SortDownTest(int[] massive) { testList.Add(massive); testList.SortDown(); return(testList.ReturnMassive()); }