public ReceiptRepository(SimpleCrudDBContext context)
 {
     _context = context;
 }
 public UserRepository(SimpleCrudDBContext context)
 {
     _context = context;
 }
 public SupplierRepository(SimpleCrudDBContext context)
 {
     _context = context;
 }