public List <Product> GetCompanyProducts(string companyId)
 => _companyUserRepository.GetCompanyProducts(companyId).ToList();