public ScheduleManagerModel(ICampaignScheduleRepository repository, ICampaignRepository campaignRepository,
                             IServiceQueueRepository serviceQueueRepository, IAttendanceRepository attendanceRepository,
     IOrganizationRepository organizationRepository,
                             IEntityFactory entityFactory)
 {
     _repository = repository;
     _campaignRepository = campaignRepository;
     _serviceQueueRepository = serviceQueueRepository;
     _entityFactory = entityFactory;
     _attendanceRepository = attendanceRepository;
     _organizationRepository = organizationRepository;
 }
 public ScheduleManagerModel(ICampaignScheduleRepository repository, ICampaignRepository campaignRepository,
                             IServiceQueueRepository serviceQueueRepository, IAttendanceRepository attendanceRepository,
                             IOrganizationRepository organizationRepository,
                             IEntityFactory entityFactory)
 {
     _repository             = repository;
     _campaignRepository     = campaignRepository;
     _serviceQueueRepository = serviceQueueRepository;
     _entityFactory          = entityFactory;
     _attendanceRepository   = attendanceRepository;
     _organizationRepository = organizationRepository;
 }