public static bool AdvanceUpdate(Common.User user) { try { Business.User userController = new Business.User(); return(userController.AdvanceUpdate(user)); } catch (Exception ex) { throw ex; } }