public void CreateReservation(ReservationDto reservation)
 {
     component.CreateReservation(reservation.ConvertToEntity());
 }