public IList <Slot> AllSlots()
 {
     return(conferenceManager.AvailableSlots());
 }