public void populateBinItem(String type, String otherType) {
   if (mBin == null) {
     mBin = new Bin();
   }
   setPassiveBinInformation();
   mBin.setBinType(type);
   mBin.setOtherBinType(otherType);
   logBin(mBin);
 }