/*Browse PostJobs */
 @RequestMapping(method = RequestMethod.GET)
 List<PostJobDTO> findAll() {
   return service.findAll();
 }