public function getHistory($_dateStart = null, $_dateEnd = null) { return history::all($this->id, $_dateStart, $_dateEnd); }