/// <summary> /// The remove pmp. /// </summary> /// <returns> /// The <see cref="bool"/>. /// </returns> public bool RemovePMP() { this.ppage = null; return(true); }
/// <summary> /// The add pmp. /// </summary> /// <returns> /// The <see cref="bool"/>. /// </returns> public bool AddPMP() { this.ppage = new UserPMPage(this); return(true); }