private void populateLimbsDataFromGrid(StrengtheningProgramVo voStrengtheningProgram) { StrengtheningProgramLimbWeightVoCollection voColl = new StrengtheningProgramLimbWeightVoCollection(); getTreeRow(form.grdLimbWeight().getRows(), voColl); voStrengtheningProgram.setLimbWeight(voColl); }