I\'m trying to get a line from my db
var listItem = ctx.wc_duty_list.FirstOrDefault(x => x.DutyId == param.DutyId);
Here is the table cs file g