public List <Booking> BookingByDate(DateTime fromdate, DateTime todate) { return(searchDAL.BookingsByDate(fromdate, todate)); }