I have two related classes as follows:
public class Student { public long Id { get; set; } public string Name { get; set; } public string Email { get;