public int AddNV(NhanVien_DTO nvDTO) { NhanVien_DAO nvDAO = new NhanVien_DAO(); return(nvDAO.AddNhanVien(nvDTO)); }