public BeerTapRepository(IBeerTapContext context)
 {
     _context = context;
 }
 public OfficeRepository(IBeerTapContext context)
 {
     _context = context;
 }