public override void Kill() { Shutdown(); if (numberPlate != null) { numberPlate.Kill(); numberPlate = null; } base.Kill(); }