# File model/model.rb, line 94
    def name
        @dbh.select_one("select name from food where food_id=?",@id)['name']
    end