public static void ClearControllers() { if (navigationController != null) { navigationController.clearControllers(); } }