public void UnlinkKeyword(Keyword keyword) { keyword.UnlinkKeyword(this); }
public List <Keyword> Keywords() { return(Keyword.Get(this)); }