public HmCategory(Group group) { this.group = group; }
public HmCategory() { this.group = new Group(); }