public SubscriptionController(DbContextOptions <ShebaBooksSubscriptionContext> options)
 {
     sbsc = new ShebaBooksSubscriptionContext(options);
 }