public SiteSubscriptionManager(IUnitOfWork uow)
 {
     this.repository = uow.getSiteSubscriptionRepository();
 }