public function selest()
 {
     //$stores = Store::all();
     $stores = alumno::all();
     return response()->json($stores);
 }