I have a model class: using System; using System.Collections.Generic; namespace UserManagement.Models { public partial class ComBox { public int FkSystem { get; set; } public int FkUsers { get; set; } public bool? Pkw { get; set; } public bool? Trpv { get; set; } public bool? Trcv { get; [...] read more