public static CongViecVanBanResult ToIfNotNullDataResult(this CongViec_VanBan entity)
 {
     return(entity?.ToDataResult());
 }