/**
  * Get Zones to display
  */
 public function prepare_items()
 {
     $this->_column_headers = array($this->get_columns(), array(), array());
     $this->items = WC_Deposits_Plans_Manager::get_plans();
 }