public PactoRepository(PGDDbContext context, UnidadeService unidadeService, IIniciativaPlanoOperacionalRepository iniciativaPORepository)
     : base(context)
 {
     this._unidadeService         = unidadeService;
     this._iniciativaPORepository = iniciativaPORepository;
 }
 public IniciativaPlanoOperacionalService(IIniciativaPlanoOperacionalRepository classRepository)
 {
     _classRepository = classRepository;
 }