public function getDate($format = 'd.m.Y')
 {
     $this->_load();
     return parent::getDate($format);
 }