public ActionResult GetEnterprisesByNit(long nit)
 {
     return(Ok(_service.GetEnterpriseByNit(nit)));
 }