public Empresa RetrieveByCode(string entityCode) { try { return(repository.RetrieveByCode(entityCode)); } catch (Exception ex) { throw ex; } }