diff --git a/src/components/Dashboard/ReservationPage/ReservationDialog.tsx b/src/components/Dashboard/ReservationPage/ReservationDialog.tsx
index ecc04aeeb3d419f9ace1d720f9e4fc219c51ab89..7f8a1f53ad582dc903153f4f1406d2503eed7075 100644
--- a/src/components/Dashboard/ReservationPage/ReservationDialog.tsx
+++ b/src/components/Dashboard/ReservationPage/ReservationDialog.tsx
@@ -11,6 +11,7 @@ import { useReservations } from 'hooks/useReservations';
 import { ReservationProps } from 'components/Dashboard/ReservationPage/Reservation/ReservationProps';
 import { SubmitHandler, useForm } from 'react-hook-form';
 import { InputField } from 'components/Auth/InputField/InputField';
+import { SeniorSearch } from './Reservation/SeniorSearch';
 
 type ReservationDialogProps = {
   handleClose: () => void;
@@ -45,6 +46,7 @@ export const ReservationDialog: FC<ReservationDialogProps> = ({
               Write here below the details of your next reservation
             </DialogContentText>
 
+            <SeniorSearch />
             <InputField
               name="name"
               label="Name Reservation"