public TransactionRepository(IPurchaseTrackerContext context)
     : base(context)
 {
 }
 public CategoryRepository(IPurchaseTrackerContext context)
     : base(context)
 {
 }