/**
  * GET request that get one company
  */
 public company Get(int id)
 {
     return(repository.GetCompany(id));
 }