public async Task <IHttpActionResult> Get(int catalogId)
 {
     return(Ok(await _catalogHelper.GetCatalog(User.CompanyId(), catalogId)));
 }