public Object constructBean(AppView app) throws BeanFactoryException {
DataLogicSystem dlSystem = (DataLogicSystem) app.getBean("com.openbravo.pos.forms.DataLogicSystem");
DataLogicIntegration dli = (DataLogicIntegration) app.getBean("com.openbravo.possync.DataLogicIntegration");
OrdersSync bean = new OrdersSync(dlSystem, dli);
return bean;
}