public Search addSorts(Sort... sorts) {
   SearchUtil.addSorts(this, sorts);
   return this;
 }