public async void LoadData()
        {
            CompanyBranchResponse companyBranchResponse = await CompanyBranches.getList();

            List <CompanyBranch> items = companyBranchResponse.Items;

            lstItems.ItemsSource = items;
        }