public ZooRepository() { Context = new ZooContext(); }
public ZooRepository(ZooContext context) { this.Context = context; }
public ZooRepository(ZooContext _context) { Context = _context; }