public static bool SaveChanges(DataTable dt) { if (dt == null) { return(false); } return(Controller.SaveChanges(dt)); }