public function ksort()
 {
     $this->__load();
     return parent::ksort();
 }