getStudentIndex: function(student) {
    var students = this.state.students;
    var ids = students.map(function(s){
      return s.id;
    });