public RepresentanteController(IRepresentanteService representanteService)
 {
     _representanteService = representanteService;
 }
 public RepresentanteServiceApp(IRepresentanteService representanteService)
 {
     _service = representanteService;
 }