public static W findW(int id) {
   W toReturn = new W();
   toReturn.id = id;
   return toReturn;
 }