public List <PrintMessage> SelectPrintMesByZhiDanBLL(string ZhiDan)
 {
     return(PMD.SelectPrintMesByZhiDanDAL(ZhiDan));
 }