public bool UpDateDoGia(DocGia_DTO dg_DTO)
 {
     return(dg_DAO.UpDateDocGia(dg_DTO));
 }