static function init()
 {
     // o slug do post type
     self::$post_type = strtolower(__CLASS__);
     add_action('init', array(self::$post_type, 'register'), 0);
 }