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