public bool RecipeExists(int id)
 {
     return(_recipeRepository.RecipeExists(id));
 }