/**
  * Deletes the file and the database row
  *
  * @since ADD MVC 0.0
  */
 public function delete()
 {
     return $this->delete_file() && parent::delete();
 }