public int InsertData(NhanVienEntity NV)
 {
     return(da.InsertData(NV));
 }