public int[] RemoveFromStartTest(int[] massive) { testList.Add(massive); testList.RemoveFromStart(); return(testList.ReturnMassive()); }