private void MatchCategory() { int fatherID = categoryRoute[categoryRoute.Count - 1].ID; if (BDComun.MatchCategories(fatherID, AvailableCategorySelected.ID)) { ReloadRelationList(); } }