private static void SortArrays(int[] arr4Quicksort, int[] arr4Mergesort) { sorter.Quicksort(arr4Quicksort); sorter.MergeSort(arr4Mergesort); }