public String getStatus() {
   if (b != null && b.getStatus() != null) return b.getStatus();
   return "";
 }