public IActionResult GetCompanyProducts([FromRoute] string companyId) => Json(_companyUserService.GetCompanyProducts(companyId));