function Benefit() {
	this.id = null;
	this.priority = 0;
	this.text = "";
}

