public function listarTodosCliente()
 {
     $objClienteDao = new ClienteDao();
     return $objClienteDao->selectAllCliente();
 }