public ProgramSubscriptionManager(IUnitOfWork uow)
 {
     this.repository = uow.getProgramSubscriptionRepository();
 }