I would like to know your opinion about this structure. you have 3 or 4 part in the same page. And you used a main Model to control and communication between the another Model. I'm thinking that this is a good practice to reuse de code. What do you think about it?
mainModel(comunication betwen submodel)
/ | \
model model model
Thank you