Get Instruction

This instruction has a dual purpose. It can fetch a controller of a specific Model type, relative to the parent controller. It also can be used to add computed values to your controller. Basically getters, computed properties are smart and will only be computed when needed (instead of on access). These features can also be combined.