public bool CheckID(int MaNV)
 {
     return(nvDAL.CheckID(MaNV));
 }