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