public void GetAllCountPresentStudentsTest() { var count = 15; _sps.Setup(a => a.GetAllCountPresentStudents()).Returns(count); _teacher.GetAllCountPresentStudents(); }