private static function init()
 {
     if (self::$db !== null) {
         return;
     }
     self::$db = Zend_Registry::get("DB");
 }