public static function instance()
 {
     if (!isset(self::$manager)) {
         self::$manager = new CC_Admin_Notification_Manager();
     }
 }