private void RemoveRelationship() { int fatherID = categoryRoute[categoryRoute.Count - 1].ID; if (BDComun.RemoveRlationship(fatherID, SubcategorySelected.ID)) { ReloadRelationList(); } }