/**
* @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
*/
public void actionPerformed(final ActionEvent arg0) {
ExcelReportViewHandlerOwnProduction excelReportViewHandler = new ExcelReportViewHandlerOwnProduction(
ExcelReportEnum.OWN_PRODUCTION);
openFrame(new ExcelReportView(excelReportViewHandler, false));
}