public void clearResults() {
   if (loader != null) {
     loader.clearResults();
   }
 }