public IEnumerable <SeatDTO> GetProjectionSeats(int projectionId) // TODO: LOW Da li je potreban getter za sva sedista?
 {
     return(_seatService.GetProjectionSeats(projectionId));
 }