private EntityStates GetCompanyState(Company item)
 {
     return(_serviceAgent.GetCompanyEntityState(item));
 }