row.appendChild(new Label(c.getId().toString()));
row.appendChild(new Label(c.getName()));
row.appendChild(new Label(c.getWarehouse().getName()));
row.appendChild(new Label(c.getDescription().getShortDescription()));
gridRows.appendChild(row);
}
}
private void init(){