public override List <FuzzySet> GetAllFuzzySets() { return(fuzzySet1.GetAllFuzzySets().Concat(fuzzySet2.GetAllFuzzySets()).ToList()); }