public MainWindow()
        {
            InitializeComponent();
            FillStudStatusChoices();

            if (GradesData.TestGradesEmpty() == true)
            {
                GradesData.CopyTestGrades();
            }


            if (StudentData.TestStudentsIfEmpty() == true)
            {
                StudentData.CopyTestStudents();
            }
        }