/**
  * Database wrapper function
  * 
  * @return Boolean
  */
 public function insertOrUpdate()
 {
     return WfsToDb::insertOrUpdate($this);
 }