@RequestParam(value="adminUserName", required=true) String adminUserName) throws Exception {
if(SysAdminCheck.validAccount(adminUserName, adminKey)){
//Create local tool set
DatabasePro<APIKey,Integer,Integer,String> myTools = new DatabasePro<APIKey,Integer,Integer,String>();
APIKey sabrinasKey;
//Pull list
List<APIKey> allAPIKeys = myTools.getTypeList(Table.APIKey);
if(allAPIKeys.size() == 0)
{