_style = dialog.getRegionStyle();
_tableModel = new TableModel();
// Set up view and controller
_tableView = new TableView(_tableModel);
_tableView.setDataTemplateFocus(BackgroundFactory
.createLinearGradientBackground(Color.WHITE, Color.WHITE,
Color.BLUEVIOLET, Color.BLUEVIOLET));
_controller = new TableController(_tableModel, _tableView);
_tableView.setController(_controller);