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