def __init__(self, app):
     BaseDocument.__init__(self, app)
     self.manager = TicketManager(self.app)
 def __init__(self, app):
     BaseDocument.__init__(self, app)
     self.manager = ClientManager(self.app)
     self.body.setAttribute('text', '#000000')
     self.body.setAttribute('background', 'Time-For-Lunch-2.jpg')
 def __init__(self, app):
     BaseDocument.__init__(self, app)
     self.manager = TroubleManager(self. app)