public void CounterBarGraphics_SetValue(CounterBarGraphics cbg, int val)
 {
     cbg.Value = val;
 }
 public void CounterBarGraphics_SetMaxValue(CounterBarGraphics cbg, int maxval)
 {
     cbg.MaxValue = maxval;
 }