public EditModel(Xpirit.BeerXchange.BeerXchangeContext context)
 {
     _context = context;
 }
 public DeleteModel(Xpirit.BeerXchange.BeerXchangeContext context)
 {
     _context = context;
 }
 public DetailsModel(Xpirit.BeerXchange.BeerXchangeContext context)
 {
     _context = context;
 }
 public IndexModel(Xpirit.BeerXchange.BeerXchangeContext context)
 {
     _context = context;
 }