public static void addQuanLyNhapVatTu(QuanLyNhapVatTuDTO QuanLy)
 {
     QuanLyNhapVatTuDAO.insertQuanLyNhapVatTu(QuanLy);
 }