public List <TicketModel> BookingDetails(string CustomerEmail)
 {
     return(customerDAL.BookingDetails(CustomerEmail));
 }