public static void Update(GrupoBean item) { try { GrupoController.Validate(item); GrupoModel.Update(item); } catch (Exception ex) { throw new Exception(ex.Message); } }