public void Update(BookingStatus entity)
 {
     _repositoryBookingStatus.Update(entity);
 }