private static function init()
 {
     self::$initialized = true;
     self::$instance = new ControllerFactory();
 }