public bool IsChildTicketSamePriceAsNormalTicket() { return(ChildTicketOrder.GetPrice() == NormalTicketOrder.GetPrice()); }