public void Throb()
 {
     zobject.Throb();
     if (zobjectLabel != null)
     {
         zobjectLabel.Throb();
     }
 }