void LabTech.Interfaces.ITabs.Initialize(LabTech.Interfaces.IControlCenter Host)
 {
     objHost = Host;
     return;
 }
 bool LabTech.Interfaces.IPlugin.Remove(LabTech.Interfaces.IControlCenter Objhost)
 {
     return true;
 }
 bool LabTech.Interfaces.IPlugin.IsCompatible(LabTech.Interfaces.IControlCenter Objhost)
 {
     return true;
 }
 bool LabTech.Interfaces.IPlugin.IsLicensed(LabTech.Interfaces.IControlCenter Objhost)
 {
     return true;
 }
 bool LabTech.Interfaces.IPlugin.Install(LabTech.Interfaces.IControlCenter Objhost)
 {
     return true;
 }