// SELLER

        private void LoadSeller(object sender, DoWorkEventArgs e)
        {
            this.sellers = SellerController.GetByNotInDistrictAsync(district.Id).Result;
        }