public Recipe GetRecipe(string recipeId) { try { return(IDalService.GetRecipe(recipeId)); } catch (Exception ex) { throw ex; } }