public int[] AddAtTheBegginingTest(int[] array, int a) { actual.AddArrayAtTheEnd(array); actual.AddAtTheBeggining(a); return(actual.ReturnArray()); }