public IEnumerable <AcousticClassicalGuitarDataModel> GetSorted(FilterDataModel filter, int lowerBound, int upperBound, SortingDataModel sorting)
 {
     return(_client.GetSortedAcousticClassicalGuitars(filter, lowerBound, upperBound, sorting));
 }