public void UpdateRecipe(Recipe recipe) { try { IDalService.UpdateRecipe(recipe); } catch (Exception ex) { throw ex; } }