public static List <Room> GetRoomsByDateHotelAndNbPerson(DateTime beginDate, DateTime endDate, int IdHotel, int NbPerson) { return(RoomDB.GetRoomsByDateHotelAndNbPerson(beginDate, endDate, IdHotel, NbPerson)); }