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