public static DataTable Load() { try { return(DAL_DocGia.Load()); } catch (Exception Err) { throw; } }