public Ingredient() { Context = new Context(); }
public RecipeType() { Context = new Context(); }
public StockingZone() { Context = new Context(); }
public StepIngredient() { Context = new Context(); }
public KitchenEquipment() { Context = new Context(); }
public Equipment() { Context = new Context(); }
public StockType() { Context = new Context(); }
public Step() { Context = new Context(); }