private void CreateCompanyAddress()
 {
     AddressManager.CreateCompanyAddress(SelectedCategoryId, Name, Account);
     this.Close();
 }