@RequestMapping(method = RequestMethod.GET)
 public Iterable<Company> getCompanies() {
   return companyRepository.findAll();
 }