public void Put(int id, MDL_Empresa reg)
 {
     throw new NotImplementedException();
 }
 public void Put(int id, MDL_Empresa reg)
 {
     _repositorio.Put(id, reg);
 }
 public void Post(MDL_Empresa reg)
 {
     throw new NotImplementedException();
 }
 public void Post(MDL_Empresa reg)
 {
     _repositorio.Post(reg);
 }