var vm = (function() {
product: Product(1, 'T-Shirt', 10, 20);
return {
product: product
};
})();
ko.applyBindings(vm);