public void regUser(BioUser pUser) { throw new NotImplementedException(); }
public void AssignCurUser(BioUser usr) { this.CurUsr = (BioUser)usr.Clone(); }