/**
  * Prepare the table
  *
  * @since 5.0
  */
 public function prepare_items()
 {
     $columns = $this->get_columns();
     $hidden = array();
     $sortable = $this->get_sortable_columns();
     $this->_column_headers = array($columns, $hidden, $sortable);
     $this->items = BD_License::get_licenses();
 }