public Boolean AddPmp() { _ppage = new UserPmPage(this); return true; }
public Boolean RemovePmp() { _ppage = null; return true; }