public List <CompanyCount> AmountOfEmployees()
 {
     return(_companyRepository.AmountOfEmployees());
 }