public List <Student> FindStudent(string firstName, string secondName) { return(_facultyRepository.FindStudent(firstName, secondName)); }