define(function () { function User(id) { this.id = id; } return User; });