public override async Task Init() { await NavService.PushAlertPopupAsync("Loading..."); CurrentUser = StateService.GetCurrentUser(); CurrentCompany = await DataRetrievalService.GetCompanyByIdOrNull(CurrentUser.CompanyId); await NavService.PopAlertPopupsAsync(); }