public void SetTimeSlotSelection(SelectionHandler.Selection newSelection)
 {
     currentSelection      = newSelection;
     backgroundImage.color = selectionHandler.GetColorFromSelection(currentSelection);
 }