/*This is how one would list the contents of the Password table of the Password database*/
 public void pwdList() {
   PGenModel EC = new PGenModel();
   EC.listPasswords();
   EC.CloseConnection();
 }