// renders the full list of todo items calling TodoView for each one.
app.AppView = Backbone.View.extend({
el: '#todoapp',
initialize: function () {
/*this is where you will add your data to the <script id ></script> template*/
/*this is also where we add all the function we will be using in our app/page */