internal static TBL_EPI_PRODUCTO obtieneProducto(int idProducto) { return(DAOProducto.obtieneProducto(idProducto)); }