public TelefoneEmpresaService(GlobalContext context)
 {
     Repository = new TelefoneEmpresaRepository(context);
 }
 public TelefoneEmpresaService()
 {
     Repository = new TelefoneEmpresaRepository();
 }