private void setCompanyAmountLabel()
 {
     companyAmountLabel.Content = _companyService.CompanyAmount();
 }