private void _btnSearch_Click(object sender, EventArgs e) { try { _presenter.ExecuteReport(); } catch (Exception exc) { AppLogger.logError(exc); } }