public IEnumerable <Photo> SortList(IEnumerable <Photo> photoList, int sortMethod)
 {
     return(_sortList.Execute(photoList, sortMethod));
 }