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