public bool ReadReply(string replyID) { return(bll.Read(new NotifyQueryForm { ReplyID = replyID, })); }