//Dispose method public void Dispose() { if (GlassCollection != null) { GlassCollection.Clear(); } if (BfeedCollection != null) { BfeedCollection.Clear(); } if (AuditCollection != null) { AuditCollection.Clear(); } if (WineCollection != null) { WineCollection.Clear(); } if (BreastCancerCollection != null) { BreastCancerCollection.Clear(); } if (IrisCollection != null) { IrisCollection.Clear(); } if (TitanicCollection != null) { TitanicCollection.Clear(); } if (RecommendedGroceries != null) { RecommendedGroceries.Clear(); } if (ClusterInformation != null) { ClusterInformation.Clear(); } if (PMML != null) { PMML = null; } if (RCode != null) { RCode = null; } if (CSharpCode != null) { CSharpCode = null; } }