public void SetEntryForDayAndTimeBlock(ScheduleEntry entry, WorkDays day, TimeBlocks block)
 {
     scheduleMatrix[(int)day, (int)block] = entry;
 }