function categoryRecord(id, description) {
	this.id = id;
	this.description = description;
}