// TODO Auto-generated method stub
}
public final void importBudget(final JLabel label,final WindowInterface window) throws ProTransException {
BudgetManager productionBudgetManager = (BudgetManager) ModelUtil
.getBean(BudgetManager.MANAGER_NAME);
productionBudgetManager.setLabelInfo(label);
String excelFileName = Util.getFileName(parentComponent,
new FileExtensionFilter("xls", "Excel"),openDir);
if (excelFileName != null) {
productionBudgetManager.importBudget(excelFileName,budgetType);
}
}