public IEnumerable <SpeedSeatListElementDTO> GetDiscountTickets(int theaterId)
 {
     return(_segmentService.GetDiscountTickets(theaterId));
 }