public void Remove(TimerBarBase timer) { _bars.Remove(timer); }
public void Add(TimerBarBase timer) { _bars.Add(timer); }