function Group() {
	this.id = null;
	this.name = null;
}

