public static function run_admin()
 {
     require_once __DIR__ . '/admin.php';
     // run the menu page code
     ZwsAdminPage::my_setup_menu();
 }