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