// GET: api/bars
 public IEnumerable <bar> Get()
 {
     return(service.getBares());
 }