// GET /orders
 public HttpHeaders index() {
   list = ordersService.getAll();
   return new DefaultHttpHeaders("index").disableCaching();
 }