**current situation** Model stores clientModel as a class attribute so you it is not possible to work with more than one file **preferred solution** use a instance variable instead `self.clientModel`