public function findLastAccountTypeOrder()
 {
     $value = $this->accountDao->findLastAccountTypeOrder();
     if ($value === null) {
         $value = 0;
     }
     return $value;
 }