How do I get WordPress to refresh my wp_list_table after bulk_delete

All that I had to do was to move the $this->process_bulk_action();
line of code to the beginning of the prepare_items() function.