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