public static bool KiemTraSua(KhuVucDTO kv)
 {
     if (string.IsNullOrEmpty(kv.TenKhuVuc.ToString()) || KhuVucDAO.SuaKhuVuc(kv) == 0)
     {
         return(false);
     }
     return(true);
 }
 public static bool KiemTraThem(KhuVucDTO kv)
 {
     KhuVucDAO.ThemKhuVuc(kv);
     return(true);
 }