function Unidade() {
	this.id="";
	this.name="";
	this.plural="";
	this.isMasc="";
}
function Porcao() {
	this.id="";
	this.name="";
	this.plural="";
}

