CreateReports.createContract(null);
}
public void openExpendituresAndIncomingsReport() {
if(incomingAndExpenditureReportControlCenter == null || incomingAndExpenditureReportControlCenter.isDisposed()) {
incomingAndExpenditureReportControlCenter = new IncomingAndExpenditureReportControlCenter(tabFolder, SWT.NONE, mainScreen);
incomingAndExpenditureReportControlCenter.display();
}
tabFolder.setSelection(incomingAndExpenditureReportControlCenter);
}