public void GetDocGia(DocGiaDTO DocGiaDTO) { DocGiaDAO docgiaDAO = new DocGiaDAO(); docgiaDAO.GetDocGia(DocGiaDTO); }