public OwnerOperations(LearningStoreDBContext context)
 {
     this.context = context;
     encryption   = new Encryption();
 }