public InventarRepository(ILittleHelperContext context)
 {
     _context = context;
 }
 public UserRepository(ILittleHelperContext context)
 {
     _context = context;
 }