void PostReservation(DateTime date)
 {
     areasController.ReserveAreaForDate(currentArea.Uid, date);
 }