public IEnumerable <Recipe> Get()
 {
     return(_repository.GetAllRecipes());
 }