def __init__(self, row, action):
     fields = ['name', 'address', 'isp', 'connection', 'ip', 'static', 'serviced']
     RecordElement.__init__(self, fields, 'locationid', action, row)
 def __init__(self, row, action):
     fields = ['name', 'address', 'email', 'description']
     RecordElement.__init__(self, fields, 'contactid', action, row)