Fix model variables selection step
Created by: VinczeRobert
I have done this without using a class.
I made a private method in SimulatorController which builds a list of the chosen variable names associated with their indexes and I give the names to the forms and the indexes to the monitor. The if condition in the fill_from_post in MonitorForm is because we only want that to be executed at loading, when we actually have variables of interest in the monitor, we don't need that when setting the parameters.