I have the following models
public class CustomEvent { private string _tag; public int Id { get; set; } public int PId { get; set; } pub