public bool CapNhapNV(NhanVien_DTO nvDTO) { NhanVien_DAO nvDAO = new NhanVien_DAO(); return(nvDAO.CapNhapNV(nvDTO)); }