public bool Destroy(object Id) { return(OrderNote.Destroy(Id) == 1); }
public bool Delete(object Id) { return(OrderNote.Delete(Id) == 1); }