public void StudentsManagerGetStudentPhotosTest()
 {
     Image <Bgr, byte>[] faces = StudentsManager.GetStudentPhotos(1);
     Assert.IsNotNull(faces);
 }