public function deleteAll()
 {
     $this->db->exec('DELETE FROM ' . $this->getMainTable());
 }