private void UpdateCompensationIcon()
 {
     compensationIcon = Compensation ? IconFactory.CreateCompensation(false, IconColor) : null;
 }