module ActiveFedora::FedoraObject

def delete

def delete
  Fedora::Repository.instance.delete(@inner_object)
end