public AgencyDAO() { db = new LotteryEntities(); }
public TicketDAO() { db = new LotteryEntities(); }