I have a DB Model student:
public partial class student { public int id { get; set; } public string name { get; set; } public Nul