public bool DeleteReservation(long id)
 {
     return(_reservationContext.DeleteReservation(id));
 }