public function all()
 {
     return $this->student->newQuery()->orderBy('position', 'asc')->get();
 }