public bool Update1(K1 oldKey1, K1 newKey1) { return(d1.Update(oldKey1, newKey1)); }
public bool Update0(K0 oldKey0, K0 newKey0) { return(d0.Update(oldKey0, newKey0)); }