public async Task <IEnumerable <Company> > GetAll() { return(await _companiesService.GetAllCompanies()); }