Get.put()
Creates the controller immediately.
Good when you need the controller instantly
Get.lazyPut()
Creates the controller only when needed.
Best for pages that may not always open.