// GET api/values/5
 public List <Empresa> Get(int id)
 {
     return(BackEnd.GetEmpresaByIdLocalizacao(id));
 }