public bool Destroy(object ContentID) { return(TextEntry.Destroy(ContentID) == 1); }
public bool Delete(object ContentID) { return(TextEntry.Delete(ContentID) == 1); }