/// <summary> /// Commit transaction /// </summary> public virtual void CommitTransaction() { _context.CommitTransaction(); }