void RptPersonalUtilization() {
   String[] attr = m_table.getFiveRow();
   m_RptPersonalUtilization.view(false, attr, getOperator());
 }
 void RptFieldAllowances() {
   String[] attr = m_table.getFiveRow();
   m_RptFieldAllowances.view(false, attr, getOperator());
 }