protected DAOBase(stocktakingEntities context) { Context = new StocktakingContext(context); }
protected DAOBase() { Context = new StocktakingContext(new stocktakingEntities()); }