public Vector<SSObject> getAllInactiveParticipants() {
   Vector<SSObject> all = new Vector<SSObject>();
   all.addAll(getAllInactiveTimothys());
   all.addAll(getAllInactiveRedas());
   all.addAll(getAllInactiveCodes());
   all.addAll(getAllInactiveProjs());
   all.addAll(getAllInactiveAssociatedUserStoriess());
   all.addAll(getAllInactiveReleasePlans());
   return all;
 }
 public Vector<SSObject> getAllInactiveParticipants() {
   Vector<SSObject> all = new Vector<SSObject>();
   all.addAll(getAllInactiveProjs());
   all.addAll(getAllInactiveEmps());
   return all;
 }