void Start()
        {
            wndInventory = new GUIInventory();
            wndInventory.show();

            rustyPartModules.addUsageModulesToParts(EditorLogic.fetch.ship.parts);
        }
 void OnDestroy()
 {
     wndInventory = null;
 }