public function getAll()
 {
     if (!isset($this->Elements) || $this->countElements() < 0) {
         return View::getEmptyInstance();
     }
     return $this->Elements;
 }