public static IList LocPhieuMuon(int idDocGia, DateTime ngayMuon)
 {
     return(PhieuMuonDAO.LocPhieuMuon(idDocGia, ngayMuon));
 }