public static function SetApplicationPath($path)
 {
     self::$_ApplicationPath = realpath($path);
 }