public CategoryLink(int fromId, string toTitle, string sortKey, CategoryLinkType type)
 {
     FromId  = fromId;
     ToTitle = toTitle;
     SortKey = sortKey;
     Type    = type;
 }
 public CategoryLink(int fromId, string toTitle, string sortKey, CategoryLinkType type)
 {
     FromId = fromId;
     ToTitle = toTitle;
     SortKey = sortKey;
     Type = type;
 }