diff --git a/Products.java b/Products.java
index 09d4832c2550f503e1ead450f785fa6912a4e68e..86997d8190866d4306264607d07ae0475b212592 100644
--- a/Products.java
+++ b/Products.java
@@ -776,4 +776,15 @@ public class Products { /* a good class, but not as good as cse391 */
         );
 
     }
+
+     public Product wgong2Product() {
+        return new Product(
+                "Robot Cat",
+                "Robotic Cat, your ideal pet!",
+                "360_F_555938384_8LsT1k41T4hnSNeSI0ahqYt9Ug03bJkW.jpg",
+                "A cat, that's a robot",
+                12345
+        );
+	}
+
 }
diff --git a/Staff.java b/Staff.java
index 7ebc9e8153b2222037ccf5a1c1c368906e042aa2..6687fa81bc74a23622ed76d6ed67fc40ae1e2b3c 100644
--- a/Staff.java
+++ b/Staff.java
@@ -796,5 +796,17 @@ public class Staff {
            "Norman Rockwell Self-Portrait"
        );
    }
-}	
+   public Employee wgong21() {
+   	return new Employee(
+           "William",
+           "Student",
+           "want to minor in history",
+           "paradox-interactive.jpg",
+           "Paradox Interactive Logo"
+       );
+
+   
+   }
+}
+
 
diff --git a/images/staff/360_F_555938384_8LsT1k41T4hnSNeSI0ahqYt9Ug03bJkW.jpg b/images/staff/360_F_555938384_8LsT1k41T4hnSNeSI0ahqYt9Ug03bJkW.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..e06074748ec55968aafe8c513acb3a7dee96e8c7
Binary files /dev/null and b/images/staff/360_F_555938384_8LsT1k41T4hnSNeSI0ahqYt9Ug03bJkW.jpg differ
diff --git a/images/staff/paradox-interactive.jpg b/images/staff/paradox-interactive.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..c0e86d731b984845d012eadee526847f0b82001e
Binary files /dev/null and b/images/staff/paradox-interactive.jpg differ