public Link(Faq Faq, Category Category) { this.Id = new IdLink(Faq, Category); }
public Link(IdLink Id) { this.Id = Id; }