private bool CompanyCodeExists(string itemID)
 {
     return(_serviceAgent.CompanyCodeExists(itemID));
 }