public List <PhieuMuonDTO> DisplayListReceipt()
 {
     return(ListReceipt = phieuMuonDAL.DisplayListReceipt());
 }