public void addListener(Action <T> a) { watchable.addListener(a); }
public void addOnChangeListener(Action <int> a) { storage.addListener(a); }