public void Commit()
 {
     if (_context._transaction != null)
     {
         _context.Commit();
     }
 }