}
}
public void complementService() {
Database database = model.getDataModel().getDatabase();
Service service = model.getBusinessModel().getService();
if (service!=null) {
List <Scope> scopes = service.getScopes();
if (scopes!=null) {
for (Scope scope : model.getBusinessModel().getService().getScopes()) {
net.sf.minuteProject.configuration.bean.model.data.Table table = TableUtils.getTable(database, scope.getEntity());
if (table!=null)
scope.setTableEntity(table);