/**
  * POST request that inserts a company
  */
 public Response Post(company cop)
 {
     return(repository.insertCompany(cop));
 }