/**
  * @param phieuMuonDTO
  */
 public void ThemPhieuMuon(PhieuMuonDTO phieuMuonDTO)
 {
     phieuMuonDAO.ThemPhieuMuon(phieuMuonDTO);
     // TODO implement here
 }
 public static int ThemPhieuMuon(string SoThe, DateTime NgayMuon, DateTime NgayTra, string MaTT)
 {
     return(PhieuMuonDAO.ThemPhieuMuon(SoThe, NgayMuon, NgayTra, MaTT));
 }