public static List <Reservation> GetReservationsFor(int clientId)
 {
     return(ReservationDao.FindAllBy(clientId));
 }