I have this class in model
public class Student { public int ID { get; set; } public string Name { get; set; } public string LastName{ get; set; }