public AdminController(IContentRepository contentRepository, IJobRoleRepository jobRoleRepository)
 {
     _contentRepository = contentRepository;
     _slugs = _contentRepository.GetSlugs();
     _slugSelectList = PopulateSlugDropdown();
 }
 public AdminController(IContentRepository contentRepository, IJobRoleRepository jobRoleRepository)
 {
     _contentRepository = contentRepository;
     _slugs             = _contentRepository.GetSlugs();
     _slugSelectList    = PopulateSlugDropdown();
 }