// GET: api/bars/5
 public bar Get(int id)
 {
     return(service.getBar(id));
 }