/**
  * Constructor
  *
  * @since    1.0.0
  */
 protected function __construct()
 {
     $this->register_hook_callbacks();
     $this->model = LeafletLayers_Model_Admin::get_instance();
 }