public IEnumerable <Domain.Entities.CourseConfiguration> GetAll()
 {
     return(_courseConfigurationRepository.GetAll());
 }