public static function getInstance()
 {
     if (!self::$_instance) {
         self::$_instance = new FM_Components_Search();
     }
     return self::$_instance;
 }