/**
  * Get all the PoiTypes alphabetically sorted.
  *
  * @return The List of PoiTypes alphabetically sorted.
  */
 public List<PoiType> getPoiTypesSortedByName() {
   return poiTypeDao.queryAllSortedByName();
 }