public static void PushControllerAsFirst(System.Type controllerType) { if (navigationController != null) { navigationController.pushControllerAsFirst(controllerType, null, null); } }