static function displayTabContentForItem(CommonGLPI $item, $tabnum = 1, $withtemplate = 0)
 {
     if (in_array($item->getType(), self::getTypes(true))) {
         self::showInformationsForm(get_class($item), $item->getID());
         PluginManufacturersimportsModel::showForm(get_class($item), $item->getID());
     }
     return true;
 }