/**
  * Gets whether this model will block deletes when a record is still in use by another record
  * @return boolean True to block deletes, false otherwise
  */
 public function willBlockDeleteWhenUsed()
 {
     return $this->table->willBlockDeleteWhenUsed();
 }