public int[] AddTest(int item, int[] massive) { testList.Add(massive); testList.Add(item); return(testList.ReturnMassive()); }