/**
  * GET request that get all companies
  */
 public List <company> Get()
 {
     return(repository.GetAllCompanies());
 }