def __init__(self, app, parent, records):
     RecordView.__init__(self, app, parent, records, LocationDoc,
                         'edit')
     self.manager = ClientManager(self.app)
 def __init__(self, app, parent, clientid, records):
     RecordView.__init__(self, app, parent, records, ClientTagDoc,
                         'edit')
     self.manager = ClientManager(self.app)