public function getTitle()
 {
     return $this->LocationName ? $this->LocationName . ' (' . $this->i18n_singular_name() . ')' : parent::getTitle();
 }
 public function getTitle()
 {
     return parent::getTitle() . ' - ' . $this->Type;
 }