protected function getViewChildTemplate($parentForm, $childForm)
 {
     if ($parentForm == 'person') {
         return 'view_' . $childForm . '.html';
     } else {
         return parent::getViewChildTemplate($parentForm, $childForm);
     }
 }