/**
  * Init the reports page.
  */
 public function reports_page()
 {
     WC_Admin_Reports::output();
 }
 /**
  * Init the reports page
  */
 public function reports_page()
 {
     include_once 'class-wc-admin-reports.php';
     WC_Admin_Reports::output();
 }