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