static function displayTabContentForItem(CommonGLPI $item, $tabnum = 1, $withtemplate = 0)
 {
     $pfCollect_Registry = new PluginFusioninventoryCollect_Registry();
     $pfCollect_Registry->showRegistry($item->getID());
     $pfCollect_Registry->showForm($item->getID());
     return TRUE;
 }