/**
  * Calles 'Validate' method on a QControl recursively
  * @param QControl $objControl
  *
  * @return bool
  */
 protected function ValidateControlAndChildren(QControl $objControl)
 {
     return $objControl->ValidateControlAndChildren();
 }