public void BeginTransaction(IsolationLevel isolationLevel)
 {
     _context.BeginTransaction(isolationLevel);
 }