public List <Company> SelectAllCompaniesOfUserId(uint userId) { return(companyAccess.SelectAllCompaniesOfUserId(userId)); }