public ActionResult GetEnterpriseByIdCode(int idCode)
 {
     return(Ok(_service.GetEnterpriseByIdCode(idCode)));
 }