/**
  * @return boolean
  */
 public function isEditAllowed()
 {
     return $this->scaffoldSection->isEditAllowed();
 }