public int InsertReservation(ReservationDto reservation) { WriteActualMethod(); return(BusinessComponent.InsertReservation(reservation.ConvertToEntity())); }