44454647484950
} @Get("/products/new") public Product newProduct() { result.include("categoryList", categoryRepository.findAll()); return new Product(); }