export class ConcertModel { id: number = -1 inStock: number = 0 date: string = "" price: number = 0 }