/*
<div id="studentcontainer">
    {self.props.students.map((s) => (
        <studenttile student={s}  key={s.searchval}  />
    ))}
</div>
*/