function __construct()
 {
     $args = array('title' => __('Register Page Options', THEMENAME), 'post_type' => 'page', 'template' => 'template-bshRegisterPage.php', 'context' => 'normal', 'priority' => 'high');
     parent::__construct($args);
     $this->setup_options();
 }
 function __construct()
 {
     $args = array('title' => __('Booking Options', THEMENAME), 'post_type' => 'booking', 'template' => 'booking', 'context' => 'normal', 'priority' => 'high');
     parent::__construct($args);
     $this->setup_options();
 }