public bool DeltaExists(string id)
 {
     return(dBManager.DeltaExists(id));
 }