public void EndTransaction(bool commit = true)
 {
     _db.EndConnection(commit);
 }