// Add the mainPanel to this view
this.add(mainPanel);
// Instantiate the controller
controller = new RetrieveAllDefectsController(this);
// Instantiate the button panel
buttonGroup = new ToolbarGroupView("Search/Filter");
// Instantiate the refresh button