public async Task CreateElementsAsync() { if (MainSql.UserHasOffice()) { OreOfficeButton.IsVisible = true; } _elements = await StandardElements.CreateAsync(new GetDate()); }