func (p DocService) DocumentTranReciept(Id string) model.PrintDocument { h := logic.NewDocumentHandler() return h.DocumentTranReciept(Id) }
func (p DocService) DocumentAccConfirm(Id string) model.PrintDocument { h := logic.NewDocumentHandler() return h.DocumentAccConfirm(Id) }