protected override void Dispose(bool disposing) { if (disposing) { IngredientRepo.Dispose(); } base.Dispose(disposing); }