public int Entry(Concert concert) { return(0); }
public new int Entry(Concert concert) { throw new System.NotImplementedException(); }