public class NotesTableModel { public int id { get; set; } public string Type { get; set; } public string NoteFile { get; set; } public string Value { get; set; } }