public static Int32 InsertOportunidad(OportunidadBean item) { try { return(OportunidadModel.InsertOportunidad(item)); } catch (Exception ex) { throw new Exception(ex.Message); } }