/**
  * Get the title.
  *
  * @param Module $module
  * @return string
  */
 protected function getTitle(Module $module)
 {
     return trans($module->getName());
 }