/// <summary>
 /// Remove this object from the DisableOnlyFPO container
 /// </summary>
 protected override void OnDestroy()
 {
     FPV_Container.RemoveDisableOnlyFPO(this);
 }