private void OnAddNewRecipe(object obj) { var model = new RecipeViewModel(new RecipeView(), m => Recipes.Add(m), OnSubmit); model.View.Show(); }