public void onCreate() { if (RecipeID != -1) { CurrentRecipe = Constants.Conn.Get <Recipe>(RecipeID); CurrentRecipe.SetIngredients(); ingredientsList.AddRange(CurrentRecipe.Ingredients); view.SetupView(); view.UpdateView(); } }