public Empresa RetrieveByID(int entityID) { try { return(repository.RetrieveByID(entityID)); } catch (Exception ex) { throw ex; } }