public string GetEnterpriseInfoById(string id)
 {
     return(_es.GetEnterpriseInfoById(id));
 }