/**
  * 
  * @return \ActionsAdminCaracteristique
  */
 public static function getInstance()
 {
     if (self::$instance === false) {
         self::$instance = new ActionsAdminCaracteristique();
     }
     return self::$instance;
 }