public void CreateOrEdit(Booking store)
 {
     _bookingstore.BookingValidate(store);
 }