public function totalError()
 {
     $mydb = new myDBC();
     return $mydb->totalCount('id_Report_content', 'Report_content', 'where id_Report=' . $this->id_report . ' and code = 404');
 }