public void RemoveInstall(Install inst) { InstallsRegistry.Remove(inst); }
public void AddInstall(Install inst) { InstallsRegistry.Add(inst); }