public UserService(IOptions <AppSettings> appSettings, OghabContext context)
 {
     _appSettings = appSettings.Value;
     _context     = context;
 }
 public CourseService(OghabContext context)
 {
     _context = context;
 }