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