public List<Company> getCompanies() {
   return companyService.findAll();
 }