static Future<int> init() async { for (final el in ctrls) { await el.init(); } await UserFractal.init(); return 1; }