private int GetTeachersSectionColumn()
        {
            int dayColumnWidth        = PeriodHelper.GetCountOfPeriods();
            int daysSummaryWidth      = dayColumnWidth * DayHelper.GetCountOfSchoolDays();
            int teachersSectionColumn = SubjectSectionWidth + daysSummaryWidth;

            return(teachersSectionColumn);
        }