def __init__(self, ext_params={}, event_type=None):
     BaseRepository.__init__(self, ext_params, event_type)
     pass
 def __init__(self, ext_params={}):
     BaseRepository.__init__(self, ext_params)