protected override IList <int> GetAncestors(int id)
 {
     return(_model.GetAncestors(id));
 }