public static void Insert(DocGiaDTO docgiaDTO) { DocGiaDAO docgiaDAO = new DocGiaDAO(); DocGiaDAO.Insert(docgiaDTO); }