public DistributionListRepository(ILog log, IDistributionDeptRepository deptRepository) : base(log)
 {
     _deptRepository = deptRepository;
 }