public List <Entidades.DTO_TP3.EProducto> GCPS_SP_ProductoEnPlanificacionSel() { try { return(objProducto.GCPS_SP_ProductoEnPlanificacionSel()); } catch (Exception ex) { throw new Exception(ex.Message); } }