public function get_one_shift_session($id)
 {
     $i = ShiftSession::find($id);
     return response()->json($i);
 }