public static function clearDB()
 {
     ProfileUserTracker_sharedstatic::dropDB();
     ProfileUserTracker_sharedstatic::createDB();
 }
 public static function uninstall()
 {
     ProfileUserTracker_sharedstatic::dropDB();
 }