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