public void Delete(PR objPR) { this.InnerList.Remove(objPR); }
public void Add(PR objPR) { this.InnerList.Add(objPR); }