public void Delete(GRNMaterials obj) { this.InnerList.Remove(obj); }
public void Add(GRNMaterials obj) { this.InnerList.Add(obj); }