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