public IEnumerable <Recipe> GetSortedRecipes(string searchName, string sortOrder) { return(_recipeService.GetSortedRecipes(searchName, sortOrder)); }